STEP 7: Let's flip the sprite again so it's standing up.

  • Go to and drag out another Flip Up Down command.
  • Drop it at the bottom of your program.

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("concert") sprite = codesters.Sprite("person1") sprite.move_down(100) sprite.flip_up_down() sprite.move_right(150) sprite.move_left(200)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)